Vcenter TrustedInfrastructure Kms Services Info

Vcenter TrustedInfrastructure Kms Services Info
Vcenter TrustedInfrastructure Kms Services Info

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure Kms Services Info schema contains all the stored information about a registered Key Provider Service instance.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "address": {
        "hostname": "string",
        "port": 0
    },
    "trusted_ca": {
        "cert_chain": [
            "string"
        ]
    },
    "group": "string",
    "trust_authority_cluster": "string"
}
address
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's address.

This property was added in vSphere API 7.0.0.0.

trusted_ca
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's TLS certificate chain.

This property was added in vSphere API 7.0.0.0.

string
group
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The group determines the Attestation Service instances this Key Provider Service can accept reports from.

This property was added in vSphere API 7.0.0.0.

string
trust_authority_cluster
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The cluster specifies the Trust Authority Cluster this Key Provider Service belongs to.

This property was added in vSphere API 7.0.0.0.